object Form8: TForm8 Left = 192 Top = 107 Width = 457 Height = 400 Caption = 'Update information' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 32 Top = 16 Width = 210 Height = 13 Caption = 'The definition file has been updated.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 32 Top = 48 Width = 101 Height = 13 Caption = 'Your old version was:' end object Label3: TLabel Left = 32 Top = 64 Width = 98 Height = 13 Caption = 'Your new version is:' end object Label4: TLabel Left = 144 Top = 48 Width = 3 Height = 13 Caption = '-' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 144 Top = 64 Width = 3 Height = 13 Caption = '-' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label6: TLabel Left = 31 Top = 16 Width = 182 Height = 13 Caption = 'The program has been updated.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object RichEdit1: TRichEdit Left = 24 Top = 104 Width = 401 Height = 209 Lines.Strings = ( '') ScrollBars = ssVertical TabOrder = 0 end object Button1: TButton Left = 184 Top = 332 Width = 75 Height = 25 Caption = 'ok' ModalResult = 1 TabOrder = 1 end end